func time.fmtFrac 3 uses time (current package) time.go#L993: w, u = fmtFrac(buf[:w], u, prec) time.go#L999: w, u = fmtFrac(buf[:w], u, 9) time.go#L1034: func fmtFrac(buf []byte, v uint64, prec int) (nw int, nv uint64) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)